vcWhileStatement
vcWhileStatement is a vcScopeStatement that can execute a scope of statements in a loop as long as its condition is true.
See in: Overview
Module: vcRobotics
Parent: vcScopeStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Condition | String | RW | Gets or sets condition expression to evaluate when the statement is executed. |